-
We’ve created an application that can run tests programmatically (which is awesome), but we don’t want to require XML files. …
- 398 views
- 0 answers
- 0 votes
-
I have packaged this Rundeck example plugin: https://github.com/rundeck/rundeck/blob/development/examples/example-java-logging-plugins/src/main/java/com/dtolabs/rundeck/plugin/example/ExampleStreamingLogWriterPlugin.java in a jar file. I get the jar file with Maven, using …
- 424 views
- 0 answers
- 0 votes
-
Now I run JAR with this argument: -Dspring.config.location=/opt/application-properties/application.yml I want to add another one property file to location. How to …
- 338 views
- 1 answers
- 0 votes
-
I have a rest server written in java and using gradle as it build system. In one my class I …
- 357 views
- 2 answers
- 0 votes
-
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. Want to improve …
- 349 views
- 0 answers
- 0 votes
-
StdSchedulerFactory in Java Quartz (http://www.quartz-scheduler.org/overview/) requires some classes from java.beans that aren’t included in Android. There is a jar file …
- 349 views
- 0 answers
- 0 votes
-
This question already has answers here: How to read files from resources folder in Scala? (6 answers) Closed 3 days …
- 387 views
- 1 answers
- 0 votes
-
I want to avoid having fat jars in classpath. Is there a way to detect if a certain jar file …
- 319 views
- 2 answers
- 0 votes
-
Is there a standard way for MANIFEST.MF to have a list of all jars which where merged into a specific …
- 359 views
- 0 answers
- 0 votes
-
I tried executing the code to read .xlsx file in java on command line prompt. And i added the following …
- 402 views
- 1 answers
- 0 votes